home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / CARPOINT / CARPOINT.DIR / 00005.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  204 b   |  11 lines

  1. on exitFrame
  2.   repeat while the movieTime of sprite 3 < 3800
  3.     go(the frame)
  4.     if the mouseDown then
  5.       exit repeat
  6.     end if
  7.   end repeat
  8.   set the movieRate of sprite 3 to 0
  9.   go(the frame)
  10. end
  11.